*, ::before, :after {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

svg {
  vertical-align: middle;
}

.builder .container {
  margin: 0 auto !important;
}

a:hover {
  text-decoration: none !important;
}

* {
  transition: all 0.1s linear;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  outline: none;
}

input::-moz-placeholder, .form-control::-moz-placeholder {
  font-size: 0.85em;
  opacity: 0.5;
}

input::placeholder,
.form-control::placeholder {
  font-size: 0.85em;
  opacity: 0.5;
}

.btn.btn-four {
  font-weight: bold;
  background: none;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 0;
}

.btn.btn-four:hover::before {
  display: none;
}

#back-top {
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3137254902);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 10;
}

.btn.btn-secondary {
  background: white;
  font-size: 14px;
}

.btn.btn-primary,
a.btn.btn-primary {
  color: #fff;
  text-transform: unset;
}

.btn {
  text-align: center;
  display: inline-block;
  width: 250px;
  border-radius: 30px;
  margin: 0 5px;
  color: white;
}

#back-top path {
  fill: #fff;
}

.primary-btn {
  cursor: pointer;
}

a.primary-btn:hover,
a.secondary-btn:hover {
  text-decoration: none;
}

.btn-primary,
.btn {
  border: none !important;
}

.hero-btn, .submit-btn3 {
  color: white !important;
  border: none !important;
}

.submit-btn3:focus {
  outline: none;
}

a.btn.btn-secondary, .btn.btn-secondary {
  background-color: transparent !important;
}

a.btn.btn-secondary:hover, .btn.btn-secondary:hover {
  color: white !important;
}

.btn-tertiary {
  background-color: transparent !important;
}

.btn-primary:hover, .btn::before {
  color: white;
}

.btn:not(.btn.btn-four):hover,
.btn .btn-secondary:hover {
  color: white;
}

.close-modal-btn, #modalReservationPresta .card-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none !important;
  background: none !important;
  font-size: 2rem;
  padding: 0;
  width: 40px;
  line-height: 60px;
}

#modalReservation .card-footer .btn-primary, #modalReservationPresta .card-footer .btn-primary {
  width: 150px;
  margin: 5px 10px;
}

.paiement button:focus {
  background: #24B47E;
}

.paiement button:active {
  background: #159570;
}

.carousel-box button {
  border-radius: 5px;
  width: 200px;
  color: #fff !important;
}

a.btn.bt-card {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
}

.btn.shrink {
  width: 230px;
}

.card-moins,
.card-plus {
  line-height: 40px;
  width: 40px;
  font-size: 1rem;
}

.fareGridRow .card-moins,
.fareGridRow .card-plus {
  font-size: 14px;
}

/* MODAL ?? */
.order table td .productBtnLink {
  color: white !important;
}

.loggedUser {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu a {
  display: inline-block;
}

.loggedUser {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.loggedUser:hover {
  background-color: white;
  text-decoration: none;
}

#count-card {
  left: 50%;
  bottom: -10%;
  color: white;
  font-size: 13px;
  width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  position: absolute;
  border-radius: 50%;
}

#parametre-mobile {
  padding: 16px 12px;
  border-radius: 4px;
  margin-top: 8px;
}

#select-devise-display-mobile {
  margin-bottom: 10px;
  line-height: 40px;
  position: relative;
}

.flag-container.mobile {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.flag-container.mobile img {
  height: 40px;
  width: auto;
}

.flag-container.mobile .dropdown-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin-top: 10px;
}

.mobile-nav-section-title {
  display: block;
  width: 100%;
  line-height: 30px;
}

.item-loading {
  text-align: center;
}

.eventProduct .date {
  margin-bottom: 0;
}

.cancelled-event,
.cancelled-event-flag {
  width: 100%;
  background: #d8000d;
  color: white;
  text-align: center;
}

.priceLabelAndText.cancelled-event-flag,
.prices.cancelled-event-flag {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0 10px #d8000d;
}

.eventProduct .prices.cancelled-event-flag,
.eventCard .prices.cancelled-event-flag {
  width: 100%;
}

.reported-event-flag {
  line-height: 35px;
  color: white;
  text-align: center;
  background: #e2b11d;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1882352941);
  font-size: 13px;
}

.date {
  font-size: 13px;
  opacity: 0.5;
  display: none;
}

.date.on,
.orga.on {
  display: block;
}

.orga {
  display: none;
  font-size: 0.95em;
  margin-bottom: 4px;
}

.inStore,
.outOfStock {
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

.inStore {
  color: #00b300;
}

.outOfStock {
  color: red;
}

.outOfStock::after,
.inStore::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(105%, -50%);
}

.inStore::after {
  content: url(/assets/templates_common/svg/in-store.svg);
}

.outOfStock::after {
  content: url(/assets/templates_common/svg/out-of-stock.svg);
}

.s_product_text .eventDescription p {
  margin-top: 0;
  padding: 0;
}

.s_product_text .input-number {
  display: inline-block;
  width: 40px;
}

.postponed {
  font-size: 13px;
  text-decoration: line-through;
}

.postponedDate {
  font-weight: 400;
  display: flex;
  width: 100%;
  background: rgba(226, 177, 29, 0.0941176471);
  color: #e2b11d;
  border: 1px solid;
  padding: 15px 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.warning-svg,
.cancelled-svg {
  margin-right: 4px;
  float: left;
}

.warning-svg {
  fill: #e2b11d;
  margin-right: 4px;
}

.postponedDate img {
  height: -moz-fit-content;
  height: fit-content;
}

.cancelled-svg {
  fill: white;
}

.cancelled-event {
  padding: 15px 10px;
}

.textDate {
  text-transform: capitalize;
}

.line-through {
  text-decoration: line-through;
}

.eventDateText svg {
  margin: 0 4px 5px 0;
}

.grid__item {
  float: unset !important;
  width: unset !important;
  font-family: unset !important;
  font-size: unset !important;
  padding: 0 !important;
}

.s_product_text .details-page-block {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px dotted #d5d5d5;
  line-height: 45px;
}

@media screen and (max-width: 992px) {
  .s_product_text .details-page-block {
    text-align: center;
  }
}
.s_product_text .product_count {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .s_product_text .product_count {
    justify-content: center;
  }
}
.s_product_text p {
  margin: 20px 0;
}

.lSGallery {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.card-num::-webkit-outer-spin-button,
.card-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.card-num {
  -moz-appearance: textfield;
}

@media screen and (max-width: 992px) {
  .lSGallery {
    flex-direction: column;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lSGallery {
    flex-direction: unset;
    margin-left: unset;
    width: 100%;
  }
}
.add-img-container {
  display: inline-block;
  width: 25%;
  aspect-ratio: 1;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 5px 0;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .add-img-container {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .add-img-container {
    width: 25%;
  }
}
#cardform {
  flex: 1;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  #cardform {
    max-width: unset;
  }
}
#cardform .social_icon {
  width: 100%;
  display: none;
}

@media screen and (max-width: 992px) {
  #cardform .social_icon {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  #cardform .social_icon {
    flex-direction: column;
  }
}
#cardform ul {
  width: 100%;
}

.s_product_text .add_to_cart {
  margin: 25px 0 50px;
}

.lslide {
  width: 100%;
  margin: 0 0 5px 0;
}

.product_slider_img .social_icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 12px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .s_product_text .add_to_cart {
    text-align: center;
  }
  .product_slider_img .social_icon {
    margin-bottom: 16px;
  }
}
.product_slider_img .social_icon a {
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}

.eventDescriptionMask {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.eventDescriptionContainer {
  margin-top: 10px;
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.h-auto {
  max-height: unset;
}

.readMore {
  color: #007bff;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 10px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin: 0 auto;
  transform: translateY(-80%);
  transition: unset;
}

.ty-40 {
  transform: translateY(40%);
}

.readMore:focus {
  outline: none;
}

.social-icon-head {
  font-weight: 500;
}

.product_slider_img .social_icon i,
.product_slider_img .social_icon svg {
  vertical-align: middle;
}

.product_slider_img .social_icon .fb {
  background-color: #3b5998;
}

.product_slider_img .social_icon .tw {
  background-color: #55acee;
}

.product_slider_img .social_icon .ig {
  background: no-repeat url(/assets/images/ig_background.png);
  background-size: cover;
}

.product_slider_img .social_icon .wa {
  background-color: #00a821;
}

.s_product_text .social-icon-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 0;
  padding: 0;
}

@media screen and (max-width: 575px) {
  .s_product_text .social-icon-head {
    margin-bottom: 16px;
  }
}
.ticket-desc {
  width: 100%;
  padding: 5px 10px;
}

.s_product_text .ticketTitle {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
}

.tarifPromoBlock .fare {
  font-size: 24px;
  font-weight: 600;
}

.fareDescription {
  font-size: 0.8em;
  padding-right: 10px;
  margin: 4px 0;
  padding: 5px;
}

.fareGridRow.head span {
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 0.85em;
}

.fareGridRow .select-quantity::-webkit-outer-spin-button,
.fareGridRow .select-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.fareGridRow .select-quantity {
  -moz-appearance: textfield;
  text-align: center;
}

.eventDateText {
  font-weight: 400;
}

.eventDateText:not(.postponedDate) {
  opacity: 0.5;
}

.fareGridRow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: 50px;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.s_product_text .faresTitle {
  text-transform: uppercase;
  border-top: 1px dotted #d5d5d5;
  font-size: 15.5px;
  line-height: 45px;
  margin-bottom: 20px;
  font-weight: 700;
}

.pass_culture-image {
  width: 80px;
  display: block;
  height: auto;
  filter: drop-shadow(0 0 2px white);
}

.passCultureContainer {
  padding: 10px;
  background: #663399;
  color: white;
  border-radius: 20px;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  cursor: pointer;
}

#vertical {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #vertical {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #vertical {
    flex-direction: column;
  }
}
.breadcrumb {
  margin-bottom: 50px;
}

@media screen and (max-width: 550px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
  .passCultureContainer {
    font-size: 13px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .pass_culture-image {
    margin-right: 12px;
  }
}
#imgModal {
  align-items: center;
  justify-content: center;
  z-index: 200 !important;
  background: rgba(0, 0, 0, 0.8);
}

#imgModal .close {
  top: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  border: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  #imgModal .close {
    top: unset;
    right: 50%;
    bottom: 50px;
    transform: translateX(50%);
    margin-bottom: 0;
  }
}
.imgModal-img-container {
  width: 95%;
  max-width: 700px;
  aspect-ratio: 1;
}

#mainImg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.s_product_text > span {
  font-size: 14px;
  opacity: 0.5;
  text-transform: uppercase;
}

.imgPromoBlock, .imgPromoBlockBig {
  position: absolute;
  background: red;
  top: 10px;
  right: 0;
  color: white;
  z-index: 1;
  text-align: center;
}

.imgPromoBlockBig {
  top: 1px;
  right: 1px;
  width: 60px;
  line-height: 40px;
}

.product_slider_img {
  width: 450px;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
  .product_slider_img {
    width: 350px;
  }
}
.s_product_text .card_area {
  padding: 20px 0;
}

.additional-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.associatedProducts h2 {
  font-size: 24px !important;
  font-weight: 600;
  color: unset !important;
  text-align: center;
  background: none !important;
  padding: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 580px) {
  .associatedProducts h2 {
    padding: 30px 0;
  }
}
#info-reservation-1 {
  margin-top: 80px;
  position: relative;
}

#info-reservation-1 h3 {
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto 20px;
  font-family: unset;
  font-weight: 700;
}

#billet-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.faresList {
  margin: 10px auto 30px;
  width: 100%;
  padding: 10px;
  max-width: 500px;
  position: relative;
}

.row.multidateEventBlock {
  margin-bottom: 50px !important;
}

.subEventImg {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.subEventTitle,
.subEventDetails .textDate {
  font-size: 14px;
}

.subEventDetails {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.subEventBtn {
  padding: 0;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  font-size: 13px;
}

.billet-info-title {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input.form-control::-moz-placeholder {
  opacity: 0.5;
}

input.form-control::placeholder {
  opacity: 0.5;
}

#reservation-1-retour {
  position: absolute;
  left: 50%;
  right: 0;
  height: 50px;
  width: 50px;
  transform: unset;
  font-size: 16px;
  border-radius: 0;
  background: none;
  border: none;
}

#reservation-1-retour {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, 100%);
  font-size: 0.8em;
  border-radius: 0;
  background: none;
  border: none;
}

.incentive-detail-page {
  border-top: 1px solid;
}

.detailsTop {
  display: flex;
  margin-bottom: 5px;
}

.warning-message {
  color: #ffc107;
  line-height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#modalCartShort {
  position: fixed;
  width: 360px;
  height: 100%;
  right: 0;
  left: inherit;
  background-color: transparent;
  z-index: 200;
  padding-top: 100px;
}

@media screen and (max-width: 585px) {
  #modalCartShort {
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5647058824);
  }
}
#modalCartShort .row {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3137254902);
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0, 0.88, 0.21, 0.99);
}

@media screen and (max-width: 585px) {
  #modalCartShort .row {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
#modalCartShort .mtotal {
  line-height: 50px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#modalCartShort .card-body::-webkit-scrollbar {
  width: 8px;
}

.card-header h3 {
  font-size: 1rem;
  padding-left: 15px;
  font-weight: 400;
}

#modalCartShort .card-body {
  max-height: 500px;
  padding: 0;
  overflow: auto;
}

#modalCartShort .card-body ul {
  margin: 0;
  padding: 0 10px;
}

#modalCartShort .card-body li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}

.short-cart-delete {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

#modalCartShort .form-cart-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}

#modalCartShort .form-cart-name,
#modalCartShort .form-cart-item {
  padding-left: 125px;
}

#modalCartShort .form-cart-name {
  display: flex;
  flex-direction: column;
}

#modalCartShort .form-cart-item {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: 24px 24px;
  grid-template-areas: "qtyText qtyValue" "subtotal subtotal";
}

#modalCartShort .subTotal,
#modalCartShort .qttxt {
  opacity: 0.5;
  font-size: 13px;
}

#modalCartShort .qttxt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: qtyText;
  text-align: right;
}

#modalCartShort .qtselect {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: qtyValue;
  font-weight: 500;
}

#modalCartShort .qttotal {
  display: flex;
  justify-content: space-between;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: subtotal;
}

#modalCartShort .card-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  background: none;
  padding: 10px;
}

#modalCartShort .subTotal {
  width: calc(100% - 100px);
  text-align: right;
}

#modalCartShort .qtselect, #modalCartShort .card-total {
  text-align: right;
}

.modal-product-name {
  width: calc(100% - 40px);
}

.modal-product-name,
.modal-variant-name {
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#modalCartShort .eFare {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}

.unset .eFare {
  margin-top: 0;
}

.close-modal-short {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  top: 0;
  background: transparent;
  cursor: pointer;
}

.theevent-tickets-next .btn-tertiary {
  position: absolute;
  left: 0;
}

.mainContainer .theevent-tickets-next button {
  height: 40px;
  width: 250px;
}

.closePaymentProcess {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: -60px;
  right: 20px;
  font-size: 2rem;
  color: black;
  background: none;
  border: none;
  transition: text-shadow 0.15s linear;
  cursor: pointer;
}

#modalCart {
  overflow: unset;
}

#modalCart .card {
  max-width: 900px;
  margin: 0 auto;
  border: none;
  background: none;
}

.paiementByBankTransfer .card-body {
  padding: 0 30px 30px;
}

.paiementByBankTransfer .paymentValue {
  text-transform: uppercase;
  margin: 0;
}

.paiementByBankTransfer .card-text {
  color: #007BFF;
  font-weight: 500;
  font-size: 0.95em;
}

.paiementByBankTransfer .label-bank-transfer-reference {
  opacity: 0.5;
}

.paiementByBankTransfer .list-group-item {
  margin-bottom: 12px;
}

.paiementByBankTransfer img {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #modalCart .card {
    width: 100%;
    margin: 0 auto;
  }
}
#modalCart .card:not(#modalCart .myforminfos .card) {
  width: 95%;
}

.card .infos-card-title {
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 950px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

#modalCart .card .mainContainer {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #modalCart .card .mainContainer {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  #modalCart .card .mainContainer {
    box-shadow: none !important;
  }
  .paiementByBankTransfer .cartFormTitle {
    padding: 0 10px;
  }
}
.cartFormTitle {
  line-height: 50px;
  padding-left: 30px;
}

.card-login-form, .delivery_select, .feesCard .row {
  max-width: 500px;
  margin: 0 auto !important;
}

.form-alert {
  max-width: 450px;
  margin: 0 auto;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.mainContainer .theevent-tickets-next {
  padding: 30px 0;
}

@media screen and (max-width: 575px) {
  .mainContainer .theevent-tickets-next {
    border: none !important;
  }
  .paiementByBankTransfer .card-body {
    padding: 0 15px 30px;
  }
}
.mainContainer .confirm .theevent-tickets-next {
  border: none !important;
}

.cgv-validate {
  cursor: pointer;
  font-size: 13px;
}

.theevent-tickets-next .btn-tertiary {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .theevent-tickets-next .btn-tertiary {
    position: relative;
    margin-top: 30px;
  }
}
.mainContainer .theevent-tickets-next button {
  height: 40px;
  width: 250px;
}

.payment_infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modalCart #card-button {
  width: 330px;
}

.paymentValue {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 80px;
}

#modalCart .btn.btn-primary {
  width: 250px;
  height: 40px;
  display: inline-block;
  padding: 0;
}

.card-name-form .myforminfos .card-body {
  padding: 10px 0;
}

.paiement label {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

#modalCart .back-btn-label {
  display: none;
}

@media screen and (max-width: 950px) {
  .theevent-tickets-next.myforminfos.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theevent-tickets-next-payment {
    text-align: center;
  }
}
.theevent-tickets-next .btn {
  margin-top: 10px 0;
}

.payment-status {
  font-family: unset;
}

#card-recap {
  position: relative;
}

#card-recap .container {
  overflow: hidden;
  transition: opacity 0.1s linear;
}

#modalCart {
  transition: opacity 0.1s linear;
}

.card-total em {
  font-style: normal;
}

#bt_payment {
  cursor: auto;
  cursor: pointer;
}

#bt_payment:hover::before {
  display: none;
}

#mycard {
  margin-bottom: 8px;
}

#mycard a {
  color: #007bff;
  line-height: 24px;
  font-size: 13px;
}

.tableHeader p {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.tableHeader {
  display: grid;
  grid-template-columns: 1fr 120px 80px 30px;
  height: 30px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

#mycard .cartitem {
  display: grid;
  grid-template-rows: auto;
  padding: 10px 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#mycard .cartitem.plus-subv {
  display: grid;
  grid-template-areas: "recap-left recap-middle recap-right" " subv subv sub";
}

#mycard .cartitem.plus-subv .form-cart-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: recap-left;
}

#mycard .cartitem.plus-subv .form-cart-data {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: recap-middle;
}

#mycard .cartitem.plus-subv .form-cart-delete-container {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: recap-right;
}

#card-recap .price {
  display: inline-block;
  width: 80px;
  margin-left: 5px;
  text-align: right;
}

#mycard .qttotal,
#mycard .qtselect {
  margin: 0;
}

#mycard .form-cart-name > div[class=""] {
  display: none;
}

#mycard .promo {
  border-bottom: 1px solid #ffffff20;
  padding: 10px 0;
}

#mycard .cartitem .form-cart-data {
  display: grid;
  grid-template-columns: 1fr 200px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#mycard .cartitem .form-cart-calculations {
  display: grid;
  grid-template-columns: 120px 80px;
  justify-content: space-between;
}

.tableHeader .totalHeaderText {
  text-align: right;
}

.tableHeader .qtyHeaderText {
  text-align: center;
}

#mycard .form-cart-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1;
}

.form-cart-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#mycard .form-cart-delete-container {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

#mycard .qtselect span {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.s_product_text .product_count {
  padding: 5px;
}

.s_product_text .product_count span {
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.card-plus, .card-moins {
  cursor: pointer;
}

#mycard .form-cart-quantity,
#mycard .form-cart-amount,
#mycard .form-cart-name,
#mycard .form-cart-delete-container {
  display: flex;
  align-items: center;
}

#mycard .form-cart-delete-container .form-cart-delete, #mycard .form-cart-delete-container .form-promo-delete{
  display: inline-block;
  line-height: 40px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

#mycard .form-cart-name {
  flex-direction: column;
  align-items: flex-start;
}

#mycard .form-cart-quantity {
  justify-content: center;
  position: relative;
}

#mycard .form-cart-amount {
  justify-content: flex-end;
}
#mycard .promo {
  border-bottom: 1px solid #ffffff20;
}

.card-recap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 40px;
}

.card-recap p {
  line-height: 30px;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}

.card-recap p, #mycard em {
  font-size: 1rem;
}

.card-proceed-buttons {
  display: flex;
  justify-content: space-between;
}

.resetCart {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 38px;
}

.resetCart:hover {
  text-decoration: none;
}

.resetCart svg,
.resetCart span {
  font-size: 0.8rem;
}

.table-responsive {
  position: relative;
}

.loadingCircle {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 3px solid white;
  border-radius: 50%;
  border-bottom: none;
  border-right: none;
  animation: infinitespin 1s infinite linear;
}

.insta-img-container-sn-link {
  display: none;
}

#mycard .cartitem {
  grid-template-columns: 120px 1fr 30px;
}

.main-menu a:hover {
  text-decoration: none;
}

.fareRecapLine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "count count" "fname lname";
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: 100%;
  padding: 0 10px;
}

.fareRecapLine label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: count;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: unset;
}

.fareRecapLine .prenom_billet {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: fname;
}

.fareRecapLine .nom_billet {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: lname;
}

.fareHeader * {
  font-size: 0.8em;
}

.eFare {
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

#card-recap .eFare {
  margin: 0 0 8px;
}

#mycard .editTicketsBlock {
  max-width: 500px;
  margin: 12px auto 12px 0 !important;
  padding: 5px;
}

.emptyCartMessage {
  margin: 50px auto;
  width: 95%;
  max-width: 330px;
  padding: 10px 50px;
  text-align: center;
}

.notifyjs-bootstrap-base, .emptyCartMessage {
  color: #856404;
  font-weight: 400 !important;
  font-size: 14px !important;
  background: #ffe799;
}

#mycard .subvention-recap {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
  padding: 10px 5px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: bold;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: subv;
}
@keyframes infinitespin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  .minimumText {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tableHeader .qtyHeaderText {
    display: none;
  }
  .tableHeader {
    display: grid;
    grid-template-columns: 1fr 100px 30px;
  }
  #mycard .cartitem .form-cart-data {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 42px;
    justify-content: start;
    row-gap: 20px;
  }
  #mycard .cartitem .form-cart-calculations {
    display: flex;
    justify-content: space-between;
  }
  #mycard .form-cart-amount {
    font-weight: 600;
  }
  #mycard .form-cart-name {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #mycard .form-cart-name .eName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  #mycard .form-cart-quantity {
    justify-content: flex-start;
    left: 0;
  }
  .card-proceed-buttons {
    align-self: center;
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-proceed-buttons div {
    align-self: center;
    display: flex;
  }
  .card-recap {
    margin-bottom: 20px;
  }
  #mycard .form-cart-name .eFare:not(.fareHeader .eFare) {
    margin-bottom: 10px;
  }
  .card-proceed-buttons {
    align-self: center;
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-between;
  }
  #mycard .subvention-recap {
    margin: 16px 0 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .card-proceed-buttons {
    height: 180px;
  }
  .card-proceed-buttons div {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-proceed-buttons div a {
    display: inline-block;
    width: 300px;
  }
  .card-proceed-buttons div a.btn-primary {
    margin-bottom: 12px;
  }
  #mycard .form-cart-delete-container .form-cart-delete {
    width: 40px;
  }
  .fareRecapLine {
    padding: 0;
  }
  #mycard .form-cart-image {
    position: absolute;
    width: 90px;
    margin-top: 10px;
    height: 90px;
  }
  #mycard .cartitem.plus-subv {
    grid-template-areas: none;
    grid-template-rows: repeat(2, auto);
  }
  #mycard .cartitem {
    grid-template-columns: 1fr;
  }
  #mycard .form-cart-name {
    display: grid;
    grid-template-rows: repeat(2, auto) 44px auto;
  }
  .form-cart-data {
    padding-left: 100px;
  }
  .form-cart-calculations {
    margin-top: 10px;
  }
  #mycard .cartitem .form-cart-calculations {
    padding-right: 30px;
  }
  .card-recap {
    padding-right: 30px;
  }
  #mycard .cartitem.plus-subv .form-cart-image,
  #mycard .cartitem.plus-subv .form-cart-data,
  #mycard .cartitem.plus-subv .form-cart-delete-container,
  #mycard .subvention-recap {
    grid-area: unset;
  }
  #mycard .subvention-recap {
    margin: 16px 30px 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .card-total::before {
    display: none;
  }
  .form-cart-data {
    padding-left: unset;
  }
  .eName, .form-cart-data a, .ePrice {
    padding: 0 40px 0 100px;
  }
  #mycard .form-cart-name .eFare:not(.fareHeader .eFare) {
    margin-left: 100px;
  }
}
.login-form-area .login-form {
  background: inherit;
  padding: 55px 60px 50px 50px;
}

.login-form-area .login-form .login-heading {
  text-align: center;
}

.login-form-area .login-form .input-box {
  padding-top: 35px;
  padding-bottom: 0;
}

.login-form-area .login-form .login-footer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .login-form-area .login-form .login-footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}

#withoutaccount, #withaccount, #changePWD {
  width: 330px;
}

.login-form-area .login-form .login-heading span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}

.mes-informations {
  margin-bottom: 3rem;
}

.pwd-input-container {
  position: relative;
}

.pwd-input-container svg {
  position: absolute;
  right: 0;
  top: 0;
}

.mes-informations div, .mon-compte div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
  position: relative;
}

.hidePwd, .showPwd {
  position: absolute;
  top: 28px;
  right: 0;
  cursor: pointer;
}

.login-form-area .login-form .input-box .single-input-fields input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.login-form .login-footer .back-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.commandes {
  margin-bottom: 3rem;
}

.mes-informations h3, .mon-compte h3:first-of-type, .commandes h2 {
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: unset;
  border-bottom: 1px solid;
  font-weight: 700;
}

#orderslist {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#orderslist .list {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: column;
}

.ordersListContainer .account-block-container::-webkit-scrollbar,
.order-modal-content::-webkit-scrollbar {
  width: 8px;
}

.ordersListContainer .account-block-container::-webkit-scrollbar-thumb,
.order-modal-content::-webkit-scrollbar-thumb {
  border-radius: 30px;
}

.account-block-container {
  padding: 0 8px;
}

.ordersListContainer .account-block-container {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  overflow: auto;
}

.subsection-title {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-bottom: 4px;
  font-size: 0.9em;
  text-transform: uppercase;
}

#orderslist .list > li[data-order] {
  border-radius: 2px;
  cursor: pointer;
  margin: 10px;
  width: 210px;
}

#orderslist .list > li[data-order].actif {
  color: #FFF;
}

.ticket-link {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

.edit-tickets {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.edit-tickets svg {
  height: 20px;
}

.line {
  display: flex;
  align-items: center;
}

.ticket-element {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px !important;
  margin-bottom: 8px !important;
}

.edit-form-block {
  padding: 8px;
  margin-top: 10px;
}

.edit-tickets.active {
  background: #007BFF !important;
}

.edit-tickets.active svg {
  fill: white !important;
}

.download-bill {
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  color: white;
  background: #007bff;
  font-size: 13px;
  margin: 50px 0 80px;
}

.commandes .order .li {
  display: flex;
}

.commandes .order .li:not(.actif) {
  opacity: 0.5;
}

.order table {
  width: 100%;
  margin-bottom: 1rem;
}

.order {
  flex: 1;
}

.about-area {
  max-width: 1000px;
}

.about-area.menu-area,
.about-area.godfather-section {
  max-width: unset;
}

.order table thead {
  font-size: 14px;
}

.order table thead tr, .order table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 3fr 1fr 1fr;
  margin: 5px 0;
}

.order table thead td {
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  opacity: 0.5;
}

.order table td:not(:nth-child(2)) {
  justify-content: center;
}

.order table thead tr, .order table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 3fr 1fr 1fr;
  margin: 5px 0;
}

.order table tfoot tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.order .step, .order .subventionbloc {
  padding: 15px 10px;
}

.account-page-block {
  padding: 0 0 30px !important;
}

.order .infos p {
  margin: 0;
}

.mes-informations div, .mon-compte div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
}

.mes-informations div label, .mon-compte div label, .commandes .label {
  margin-bottom: 2px;
  opacity: 0.5;
}

.account-page-block label {
  font-size: 13px;
}

.mes-informations select {
  width: 80px;
}

.mes-informations input, .mes-informations select, .mon-compte input, .mon-compte span {
  line-height: 40px;
  height: 40px;
  padding-left: 0.8rem;
}

#orderslist .list > li[data-order] {
  padding: 1rem 1.2rem;
}

.ordersListContainer {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 50px;
}

#orderslist .order-details {
  flex: 1;
}

.commandes .order .num {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.subventionbloc:not(.order .subventionbloc) {
  font-size: 12px;
  margin-bottom: 30px;
}

.subventionbloc ul {
  opacity: 0.5;
}

.subventionbloc li {
  font-size: 0.8em;
}

.subventionbloc h4,
.dl-tickets h4 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: unset;
}

.subventionbloc h4 {
  font-size: 13px;
}

.dl-tickets h4 {
  opacity: 0.4;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.dl-tickets {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}

#information form {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  flex-direction: column;
}

#information .inputsMdp {
  height: -moz-fit-content;
  height: fit-content;
}

#information .personal-info-fields {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

#information .personal-info-fields-row {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#information .personal-info-field {
  width: 250px;
}

.bt-annul-informations {
  font-size: 14px;
}

.mes-informations.account-page-block,
.commandes.account-page-block {
  margin-bottom: 0;
}

.btn.bt-logout {
  width: -moz-fit-content;
  width: fit-content;
  color: red !important;
  background-color: transparent !important;
  border: none !important;
  text-transform: none;
  font-size: 0.8rem;
  margin: 100px auto 0;
}

.btn.bt-logout:hover {
  color: red !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn.bt-logout::before,
.btn.bt-logout:hover::before {
  display: none;
}

.personal-info-field span {
  height: auto;
}

.participation-row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.instructions {
  border-radius: 2px;
  padding: 10px 15px;
  color: #856404;
  background: #fff3cd;
  margin: 0 0 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
}

.mon-compte .instructions span {
  line-height: unset;
  padding: 0;
}

.close-order-details {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20px);
  width: 50px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
}

.banner_validate {
  background: #e2b11d;
}

@media screen and (max-width: 768px) {
  #orderslist .order {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
  }
  #orderslist .order::before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ordersListContainer {
    width: 100%;
  }
  #orderslist .list {
    align-items: center;
  }
  .order-modal {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 50px 80px;
  }
  .order-modal-content {
    border-radius: 4px;
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
  .order .step, .order .subventionbloc {
    padding: 15px;
  }
  .subventionbloc {
    border: none !important;
  }
  .orders .subsection-title {
    line-height: 50px;
  }
  .order table {
    width: 95%;
    margin: 0 auto 1rem;
  }
  .dl-tickets {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dl-tickets h4 {
    text-align: center;
  }
  .close-order-details {
    display: unset;
  }
  #orderslist .list > li[data-order] {
    width: 90%;
    max-width: 500px;
  }
  .ticket-link {
    height: 40px;
    width: 210px;
  }
}
@media screen and (max-width: 575px) {
  #information .personal-info-field {
    width: 100%;
  }
  #information .personal-info-fields-row {
    flex-direction: column;
  }
  #information .personal-info-fields {
    width: 100%;
  }
  .order-modal {
    padding: 10px 10px 80px;
  }
  .order-modal-content {
    max-height: calc(100vh - 110px);
  }
}
.footer-area .footer-tittle h4 {
  font-size: 17px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: unset;
  padding: 0;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 8px 0;
  border: 1px solid #fff;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}

.mb-50 {
  margin-bottom: 50px !important;
}

footer * {
  font-size: 14px;
}

footer a:not(.footer-social a):hover {
  text-decoration: none;
  opacity: 0.6;
}

.footer-pera {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .footer-pera {
    text-align: unset;
  }
}
.footer-bottom-area .footer-copy-right p {
  font-size: 11px;
}

.categories-area::before,
.footer-wrapper::before {
  display: none;
}

.footerGrid {
  width: 100%;
  display: flex;
}

.footer-area .footer-tittle ul li {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.footer-area .footer-pera p {
  padding: 0;
}

.footer-area .footer-tittle ul li svg {
  width: 13px;
  margin-right: 5px;
}

.footer-logo img {
  max-height: 70px;
  max-width: 200px;
}

.footer-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-bottom-area .footer-border {
  padding: 0;
}

.footer-bottom-area .footer-copy-right p,
.footer-bottom-area .footer-copy-right a {
  font-size: 11px;
}

* {
  transition: all 0.15s linear;
}

.dashboard-spinner {
  width: 50px;
  height: 50px;
}

.builder .demo .row {
  border-radius: 4px;
}

.price-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}

/* ADMIN */
.admin-modal {
  background: rgba(0, 0, 0, 0.6666666667);
}

.admin-modal h5 {
  font-family: unset !important;
  color: #26205C;
  font-weight: bold;
}

.admin-modal .btn.btn-primary {
  color: white;
  background: #0A27F6 !important;
  border-radius: 4px;
}

.admin-modal .btn.btn-primary:hover {
  box-shadow: 0 2px 17px 0 rgba(10, 39, 246, 0.66);
}

.admin-modal label {
  color: #424242;
  font-size: 14px;
}

.admin-modal .form-control {
  color: white;
  border: 1px solid rgba(38, 32, 92, 0.2549019608);
  color: #424242;
  width: 100% !important;
}

.admin-modal .form-control:focus {
  box-shadow: unset !important;
  border: 1px solid #26205C !important;
  caret-color: unset !important;
}

.img-loader-container {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.img-loader {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(38, 32, 92, 0.5647058824);
  top: 0;
  left: 0;
}

.img-loader::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  animation: 1s spin linear infinite;
  border-radius: 50%;
}

.modal-backdrop.in {
  /* background: transparent; */
  opacity: 0.5;
}

.result {
  color: #424242;
}

.result ul {
  padding: 5px;
  border-radius: 2px;
  background: rgba(38, 32, 92, 0.062745098);
}

.result li {
  cursor: pointer;
  line-height: 40px;
}

.result li:hover {
  color: #0A27F6;
}/*# sourceMappingURL=common-new.css.map */

#modalReservationPresta .card {
  background-color: var(--background-color);
}

.card.unavailable {
  display: none;
}

.partner-opening-hours > .info-button-toggle {
  display: none;
}

.partner-openinghours-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(7, 24px);
  padding: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-size: 13px;
}

.partner-openinghours-table-cell {
  line-height: 24px;
  font-weight: 500;
}

.partner-openinghours-day {
  font-weight: 700;
}

.partner-openinghours-mornings .partner-openinghours-table-cell {
  text-align: center;
}

.partner-openinghours-afternoons .partner-openinghours-table-cell {
  text-align: right;
}

.partner-info-left {
  width: 350px;
  row-gap: 10px;
  margin-bottom: 50px;
}
.partner-detail-multiline {
  align-items: flex-start;
  margin-bottom: 12px;
}

.partner-detail {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.partner-detail {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.partner-info-data .partner-detail-title-container {
  display: none;
}

.detail-icon {
  fill: #222222AA;
  background: #22222210;
}

.partner-subblock-title {
  font-weight: 700;
  opacity: 0.5;
  font-size: 13px;
  margin: 0;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.carte-container {
  width: unset !important;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.item-region{
  margin:2px;	height: 40px;padding: 5px;background: #272c2f;cursor:pointer;
  /* border-radius: 4px; */
}
.item-region:hover{
  background: #006b6b;
}
.item-region img{
  height:25px;margin-top: 3px;
}
.item-region-active{
  background: #009f9f;
}

.custom-div-icon .marker-container {
  display: flex;
  flex-direction: column; /* Pour empiler l'icône et le label */
  align-items: center; /* Centre le contenu horizontalement */
}

.custom-div-icon .marker-icon {
  width: 40px; /* Taille de l'image de l'icône */
  height: 40px;
}

.custom-div-icon .marker-label {
  margin-top: 4px; /* Espacement entre l'icône et le texte */
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  color: black;
  white-space: nowrap;
  text-align: center;
}

.custom-div-icon .place-name {
  color: var(--background-color);
  background-color: var(--primary-color);
}

.custom-div-icon .marker-title {
  margin-top: 4px; /* Espacement entre l'icône et le texte */
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  color: black;
  white-space: nowrap;
  text-align: center;
}
.leaflet-marker-icon.custom-cluster {
  display: flex;
  flex-direction: column; /* Place les icônes du haut vers le bas */
  align-items: center;    /* Centre les icônes horizontalement */
  gap: 5px;               /* Ajoute un espacement entre les icônes */
}

.custom-div-icon .image-container {
  width: 40px; /* Taille ajustée */
  height: 40px; /* Taille ajustée */
  overflow: hidden; /* Cache l'excédent */
}

.custom-div-icon .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajuste l'image sans la déformer */
}

.custom-div-icon .hidden {
  display: none !important;
}

.clickable-text {
  text-decoration: underline; /* Souligne comme un lien */
  cursor: pointer; /* Curseur main au survol */
}

.main-display {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  margin-bottom: 2rem;
}

/* Pseudo-élément flouté */
.main-display::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--blur-background);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  z-index: 0;
  opacity: 0.5;
  transition: background-image 0.3s ease;
}

/* Image/vidéo devant */
.main-display img,
.main-display iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background-color: transparent;
}